multithreaded application
- multithreaded application
-
многопотоковое приложение
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. .
1998-2007.
Смотреть что такое "multithreaded application" в других словарях:
Application checkpointing — Checkpointing is a technique for inserting fault tolerance into computing systems. It basically consists of storing a snapshot of the current application state, and later on, use it for restarting the execution in case of failure. Contents 1… … Wikipedia
multithreaded — adjective a) Of an application program, having more than one thread of execution; thus taking advantage of multi tasking operating systems and hardware. b) Of a programming language, able to produce such programs … Wiktionary
Princeton Application Repository for Shared-Memory Computers — PARSEC Benchmark Suite Original author(s) Princeton University and Intel Developer(s) Christian Bienia … Wikipedia
Comparison of application servers — Proprietary application servers provide system services in a well defined but proprietary manner. The application developers develop programs according to the specification of the application server. Dependence on a particular vendor is the… … Wikipedia
Multi-core — A multi core processor (or chip level multiprocessor, CMP) combines two or more independent cores into a single package composed of a single integrated circuit (IC), called a die, or more dies packaged together. The individual core is normally a… … Wikipedia
K-means algorithm — The k means algorithm is an algorithm to cluster n objects based on attributes into k partitions, k < n. It is similar to the expectation maximization algorithm for mixtures of Gaussians in that they both attempt to find the centers of natural… … Wikipedia
k-means clustering — In statistics and data mining, k means clustering is a method of cluster analysis which aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean. This results into a partitioning of… … Wikipedia
Creative Video Converter — The Creative Video Converter is a proprietary application created by Creative Technology and distributed with their line of portable media players. It is used to convert several different types of video into the Windows Media 9, Flash Video and… … Wikipedia
Fahrenheit graphics API — Fahrenheit was an effort to create a unified high level API for 3D computer graphics to unify Direct3D and OpenGL. It was designed primarily by Microsoft and SGI and also included work from an HP MS joint effort. Much of the original Fahrenheit… … Wikipedia
Convoy (disambiguation) — A convoy is a group of vehicles or ships traveling together for mutual support. Convoy may also refer to: In transport LDV Convoy A cargo/passenger van manufactured by LDV In popular culture Convoy (song), a 1975 trucker s song by C. W. McCall… … Wikipedia
Lock convoy — In computer science, a lock convoy is a performance problem that can occur when using locks for concurrency control in a multithreaded application. A lock convoy occurs when multiple threads of equal priority contend repeatedly for the same lock … Wikipedia